﻿

.noServiceModal {
    position: fixed;
    width: 100%;
    z-index: 1080;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 0 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
